$Info
= GetInfo("<attribute>")
Retrieves
information from the driver DLL.
Parameters
<attribute>
Attribute
of the driver DLL.
Return Value
Returns
the information corresponding to the id.
Remarks
- The function maps directly to the GetInfo()
function of the driver DLL.
Example
$id = GetInfo("CLI")
$id
contains the caller ID.
$id = GetInfo("DLI")
$id
contains the dialed ID.
$id = GetInfo("RLI")
$id
contains the Redirected Line ID.
$id = GetInfo("CALLTYPE")
$id
contains the type of call like voice call, fax call, digital data call etc.
$id = GetInfo("INPUTTYPE")
$id
contains the type of input - pulse or tone.
$id = GetInfo("OPENTYPE")
$id
contains whether the call is in PCM8, PCM16, alaw or mulaw format.